home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / cfuncs.zip / MESSAGE.DOC < prev    next >
Text File  |  1991-02-15  |  695b  |  17 lines

  1. /*----------------------------message------------------------------*/
  2. /*DESCRIPTION: Displays a message on the bottom of the screen and  */
  3. /* prompts to press a key to recover.                    */
  4. /*                                   */
  5. /*INPUT:                               */
  6. /*     message = message to be displayed               */
  7. /*     recover = 0 -- "ANY KEY"                   */
  8. /*     recover = 1 -- "ANY KEY TO CONTINUE"               */
  9. /*     recover = 2 -- "ANY KEY TO RECOVER"               */
  10. /*     recover = 3 -- ""                       */
  11. /*RETURNS: the character entered                   */
  12. /*                                   */
  13. /*USES: Frame, GetCursor, OffCursor, SetCursor                     */
  14. /*-----------------------------------------------------------------*/
  15.  
  16. char message(char *message, int recover)
  17.